runtime.g.selectDone (field)

3 uses

	runtime (current package)
		chan.go#L794: 		if sgp.isSelect && !sgp.g.selectDone.CompareAndSwap(0, 1) {
		runtime2.go#L494: 	selectDone    atomic.Uint32  // are we participating in a select and did someone win the race?
		select.go#L332: 	gp.selectDone.Store(0)